home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Excel 2000 / LearnKey - Excel 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / THINTFORM / THINTFORM.txt
Encoding:
Text File  |  1999-05-10  |  697 b   |  35 lines

  1. object HintForm: THintForm
  2.   Left = 316
  3.   Top = 261
  4.   Width = 324
  5.   Height = 191
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Hint'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Hint: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 316
  20.     Height = 164
  21.     Align = alClient
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     Lines.Strings = (
  28.       'Hint')
  29.     ParentFont = False
  30.     ReadOnly = True
  31.     ScrollBars = ssVertical
  32.     TabOrder = 0
  33.   end
  34. end
  35.